home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CreatingGames
/
Utilities
/
Asm
/
AB3DIIsrc
/
source_4000
/
test.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1980-11-03
|
245 b
|
18 lines
incdir include:
include exec/execbase.i
DataCacheOff
move.l 4.w,a6
moveq #0,d0
move.l #%0000000100000000,d1
jsr _LVOCacheControl(a6)
rts
DataCacheOn
move.l 4.w,a6
moveq #-1,d0
move.l #%0000000100000000,d1
jsr _LVOCacheControl(a6)